home *** CD-ROM | disk | FTP | other *** search
/ CICA 1993 April / CICA MS Windows - April 1993.iso / unzipped / util / sabdu201 / sample.h < prev    next >
Text File  |  1992-11-01  |  367b  |  9 lines

  1. #define IDM_OPEN   10
  2. #define IDM_SAVE   20
  3. #define IDM_EXIT   30
  4.  
  5. int PASCAL WinMain( HINSTANCE hCurrentInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, UINT nCmdShow );
  6. BOOL InitApplication( HINSTANCE hInstance );
  7. BOOL InitInstance( HINSTANCE hInstance, UINT nCmdShow );
  8. long FAR PASCAL MainWndProc( HWND hWnd, UINT nMessage, UINT nParam, LONG lParam);
  9.